func math.cbrt

2 uses

	math (current package)
		cbrt.go#L29: 	return cbrt(x)
		cbrt.go#L32: func cbrt(x float64) float64 {